@charset "utf-8";
/*public */
body, div, dl, dt, dd, ul, ol, li, h1, h2,h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td,img {
    margin: 0;
    padding: 0;
}
body{
    color: #333333;
    background: #fff;
    color: #000000;
    font-family: 'Microsoft YaHei', 'Open Sans', sans-serif;
    font-size: 14px;

}
input, textarea, keygen, select, button {

    font: 13.3333px Arial;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
em, i {
    font-style: normal;
}
a{
    text-decoration: none;
}
a:focus,a:hover {
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    border: none;
}

label{
    font-weight: normal;
    margin: 0;
}
[v-cloak]{
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*头部*/
.maxcontent {
    width: 1640px;
    margin: 0 auto;
}
.logo{
    float: left;
    display: inline-block;
}
.navfixed{
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0px;
}
.navshadow{
    background: #fff;
    box-shadow: 7px 4px 10px #c4c8d09c;
}
.toplogo2{
    display: none;
}
.navshadow .toplogo1{
    display: none;
}
.navshadow .toplogo2{
    display: block;
}
.animenu{
    display: inline-block;
    float: right;
}
.animenu__nav>li{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 60px;
}
.header{
    padding-top: 24px;
    font-size: 16px;
}
.animenu__nav{
    padding-top: 15px;
}
.navshadow .animenu__nav__child{
    background-color: rgba(255,255,255,1);
}
.animenu__nav__child {
    min-width: 100%;
    position: absolute;
    top: 62.5px;   
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0 0;
    background-color: rgba(255,255,255,0.7);
    transition: margin .15s, opacity .15s;
}
.animenu__nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
    box-shadow: 0px 0px 2px 1px #e3e4e4;
    z-index: 999;
}
.animenu__nav__child > li {
    padding: 0px 15px;
    display: block !important;
}
.animenu__nav__child a {
    padding: 10px 0px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    
}
.animenu a {
    color: #000000;
    text-decoration: none;
}
.animenu__nav li:nth-child(2) .animenu__nav__child {
    min-width: 208%;
    left: -55%;   
}
.animenu__nav li:nth-child(4) .animenu__nav__child {
    min-width: 222%;
    left: -64%;  
}
.animenu__nav li:nth-child(6) .animenu__nav__child {
    min-width: 160%;
    left: -30%;  
}
.animenu ul>li, .animenu a {
    display: inline-block;
    font-size: 16px;
}
.animenu__nav > li > a {
    padding: 15px 0px 22px 0px;
    text-transform: uppercase;
}
.animenu ul {
    padding: 0;
    list-style: none;
    /* font: 0px 'Open Sans', Arial, Helvetica; */
}
.animenu__nav__child > li:last-child {
    border: 0;
}
.animenu__nav__child li:last-of-type a {
    border-bottom: none;
}
.animenu__nav>li:hover{
    border-bottom: solid 4px #d82319;
    
}
.animenu__nav>li:hover>a{
    color: #d82319;
}
.animenu__nav__child > li:hover {
    background-color: #d82319;
    border-color: #d82319;
}
.animenu__nav__child > li:hover a{
    color: #fff;
    border-bottom: 1px solid #d82319;
}
.animenu__nav>li:nth-child(6){
    margin-right: 85px;
}
.animenu__nav>li:nth-child(6)::after{
    content: '';
    width: 1px;
    height: 15px;
    background: #333;
    position: absolute;
    right: -42.5px;
    top:20px
}
.animenu__nav>li:nth-child(7){
    margin-right: 40px;
}
.animenu__nav>li:nth-child(7):hover,.animenu__nav>li:nth-child(8):hover{
    border-bottom: none;
}
.min-nav{
    display: none;
}
.min-animenu{
    display: none;
}
.home-red{
    border-bottom: solid 4px #d82319;
}
.home-red>a {
    color: #d82319 !important;
}
.home-red-cd{
    background-color: #d82319;
    border-color: #d82319;
}
.home-red-cd a{
    color: #fff !important;
    border-bottom: 1px solid #d82319 !important;
}

/*底部*/
.footer a{
    color: #ffffff;
}
.footer-top{
    background: #252525;
    padding-top: 70px;
    padding-bottom: 25px;
    
}
.footer-top-flex{
    display: flex;
}
.footer-top-flex>div:first-of-type{
    width: 240px;
    margin-right: 110px;
}
.footer-top-flex>div:nth-child(2){
    flex: 1;
    margin-left: 110px;
    margin-right: -1px;
}
.footer-top-flex>div:last-of-type{
    width: 200px;
    margin-left: 110px;
}
.footer-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-nav>li{
    flex:1;
    font-size: 16px;
}
.footer-nav>li ul li{
    font-size: 14px;
    margin-bottom: 15px;
}
.footer{
    color: #fff;
}
.footer-nav>li ul{
    margin-top: 20px;
}
.footer-top-flex>div{
    position: relative;
}
.footer-top-flex>div:last-of-type p:first-of-type{
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-top-flex>div:last-of-type p:nth-child(2){
    font-size: 24px;
    margin-bottom: 15px;
}
.footer-top-flex>div:last-of-type p:last-of-type{
    font-size: 12px;
    margin-top: 15px;
}
.footer-bottom{
    background: #1c1c1c;
    height: 58px;
    line-height: 58px;
    font-size: 12px;
    text-align: center;
}
.footer-top-flex>div:first-of-type::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 234px;
    background: #fff;
    opacity: 0.5;
    right: -110px;
}
.footer-top-flex>div:last-of-type::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 234px;
    background: #fff;
    opacity: 0.5;
    left: -110px;
}
.footer-top-flex>div:first-of-type img{
    margin-top: 100px;
    position: absolute;
}
.animenuen .animenu__nav li:nth-child(4) .animenu__nav__child {
    min-width: 326%;
    left: -112%;
   
}
.animenuen .animenu__nav li:nth-child(6) .animenu__nav__child {
    min-width: 206%;
    left: -53%; 
}
.animenuen .animenu__nav li:nth-child(2) .animenu__nav__child {
    /* min-width: 140%;
    left: -19%; */
    min-width: 290%;
    left: -98%;
}
/*媒体查询*/
@media screen and (max-width: 1610px){
    .maxcontent {
        width: 1220px;
    }
    .footer-top-flex>div:first-of-type{
        margin-right: 60px;
    }
    .footer-top-flex>div:nth-child(2) {
        margin-left: 60px;
        margin-right: 2px;
    }
    .footer-top-flex>div:last-of-type {
        margin-left: 60px;
    }
    .footer-top-flex>div:first-of-type::after{
        right: -60px;
    }
    .footer-top-flex>div:last-of-type::before{
        left: -60px;
    }
    .animenuen a{
        font-size: 15px;
    }
    .animenuen .animenu__nav>li {
        margin-right: 30px;
    }
    .animenuen .animenu__nav>li:nth-child(6)::after {
        right: -15px;
        top: 18px;
    }
    .animenuen .animenu__nav>li:nth-child(7){
        margin-right: 20px;
    }
    .animenuen .animenu__nav>li:nth-child(6){
        margin-right: 30px;
    }
    .animenuen .animenu__nav__child{
        top:61px
    }
    
}
@media (max-width: 800px){
    .logo img{
        height: 40px;
        margin-top: 8px;
    }
    .logo{
        margin-left: 15px;
        float: none;
    }
    .header {
        padding-top: 0px;
    }
    .min-nav{
        display: inline-block;
        float: right;
        padding-right: 15px;
        padding-top: 15px;
    }
    .animenu{
        display: none;
    }
    .maxcontent{
        width: auto !important;
    }
    .min_animenu__nav-ulchild{
        display: none;
    }
    .min-animenu{
        display: block;
    }
    .min_animenu__nav-ul>li{
       padding: 0px 15px;
       position: relative;
    }
   
    .min_animenu__nav-ul a{
        color: #333;
    }
    .min_animenu__nav-ul>li>a{
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 16px 5px;
        
    }
    .min_animenu__nav-ul>li>img{
        position: absolute;
        right: 20px;
        top:19px
    }
    .min_animenu__nav-ulchild li a{
        font-size: 14px;
        display: block;
        padding: 5px 10px;
    }
    .min-animenu{
        background: #fff;
    }
   
    
}

